PCA Index Dashboard Examples#
Ian’s Plot:#
x = np.linspace(0, 99, 100);
y = np.random.rand(100);
plt.plot(x, y, color = 'k', marker = 'x');
Jeremy’s Plots:#
This script was last run at 2024-03-12 10:11:44.352507+00:00 (UTC)
In US/Central Time, this is 2024-03-12 05:11:44.352507-05:00